home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Elite European Models 1
/
Elite European Models 1.iso
/
pc
/
elite.dxr
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-06
|
239 b
|
14 lines
global gPictSprite
on mouseDown
if the timer < 60 then
exit
end if
puppetSprite(gPictSprite, 1)
hideShow(2, 48, 0, 3)
printFrom(the frame, the frame)
hideShow(2, 48, 1, 4)
puppetSprite(gPictSprite, 0)
startTimer()
end